lcBlockAddCamview Home

Adds a new camera view object into a block.

 HANDLE lcBlockAddCamview (
   HANDLE hBlock,
   double Left,
   double Bottom,
   double Width,
   double Height
 );

Parameters
hBlock
  Handle to a block.
Left  Bottom
  Coordinates of left-bottom corner of view rectangle.
Width
  Width of a rectangle.
Height
  Height of a rectangle.

Return Value

  Handle to camera view object or NULL if the function fails.